JsonKey constructor
const
JsonKey({})
Implementation
const JsonKey({
this.name,
this.ignore = false,
this.defaultValue,
this.converter,
this.useEnumIndex = false,
this.requiredKey = false,
this.unknownEnumValue,
});