content property
- @JsonKey.new(name: 'content', fromJson: _decodePlanEntryContent, toJson: _encodePlanEntryContent, includeIfNull: false, required: true)
final
Human-readable description of what this task aims to accomplish.
Implementation
@JsonKey(
name: 'content',
fromJson: _decodePlanEntryContent,
toJson: _encodePlanEntryContent,
includeIfNull: false,
required: true,
)
final String content;