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