@override DateTime? fromJson(int? json) { if (json == null) return null; return const UnixTimestampConverter().fromJson(json); }