Converts to JSON.
Map<String, dynamic> toJson() => { 'file_id': fileId, if (quote != null) 'quote': quote, };