toJson method

Map<String, dynamic> toJson()

Converts this Media to JSON

Implementation

Map<String, dynamic> toJson() => _$MediaToJson(this);