toJson method
Implementation
Map toJson() {
return {
'total_count': totalCount,
'photos': photos,
}..removeWhere((_, v) => v == null);
}
Map toJson() {
return {
'total_count': totalCount,
'photos': photos,
}..removeWhere((_, v) => v == null);
}