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