FileFormat constructor

FileFormat(
  1. dynamic id,
  2. dynamic jsonValue
)

Implementation

FileFormat(super.id, super.jsonValue);