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