fromJsonMap method
Implementation
@override
PriceRange? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? PriceRange.fromJson(json) : null;
@override
PriceRange? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? PriceRange.fromJson(json) : null;