factory SlotDefaultValue.fromJson(Map<String, dynamic> json) { return SlotDefaultValue( defaultValue: json['defaultValue'] as String, ); }