toJson method

Map<String, dynamic> toJson ()

Implementation

Map<String, dynamic> toJson() => {
      "identifier": identifier,
      "index": index,
      "mediaType": mediaType,
      "file": file,
      "identifierType": identifierType,
      "identifierExpiresInSeconds": identifierExpiresInSeconds,
    };