kind property
The type of this object, used as a discriminator. Always 'task' for a Task.
Implementation
@JsonKey(includeToJson: true, includeFromJson: false)
String kind = 'task';
The type of this object, used as a discriminator. Always 'task' for a Task.
@JsonKey(includeToJson: true, includeFromJson: false)
String kind = 'task';