@override Map<String, dynamic> toJson() => <String, dynamic>{ 'type': type?.toJson(), 'default_value': defaultValue, 'premium_value': premiumValue, '@type': constructor, };