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