@override DateTime fromJson(dynamic data) { return const SmartTimestampConverter().fromJson(data) ?? DateTime.fromMillisecondsSinceEpoch(0); }