Map<String, dynamic> toJson() => { 'response': response?.toJson(), if (metaData != null) 'meta_data': metaData, };