Field constructor
const
Field(
- String key
The annotation for a field to set the key for the field.
The key can also be set using JsonKey from json_serializable.
Implementation
const Field(this.key);
The annotation for a field to set the key for the field.
The key can also be set using JsonKey from json_serializable.
const Field(this.key);