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