JsonKeyInfo constructor
JsonKeyInfo({})
Implementation
JsonKeyInfo({
this.name,
this.ignore,
this.defaultValue,
this.required,
this.includeIfNull,
this.includeFromJson,
this.includeToJson,
this.toJson,
this.fromJson,
});