KeyConfig constructor
KeyConfig({})
Implementation
KeyConfig({
required this.defaultValue,
required this.disallowNullValue,
required this.includeFromJson,
required this.includeIfNull,
required this.includeToJson,
required this.name,
required this.readValueFunctionName,
required this.required,
required this.unknownEnumValue,
});