@override int? fromJson(dynamic json) { return _parseObject<int?>( json, (v) => DoubleJsonConverter().fromJson(v)?.toInt()); }