Converts the Media to a JSON map.
Map<String, dynamic> toJson() => {'filePath': filePath, 'mime': mime};