toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => <String, dynamic>{
  'remote_file_id': remoteFileId,
  'file_type': fileType?.toJson(),
  '@type': constructor,
};