@override bool? fromJson(dynamic json) { if (json == null) return null; return const BoolConverter().fromJson(json); }