content property

  1. @JsonKey.new(name: 'content', fromJson: _decodePlanEntryContent, toJson: _encodePlanEntryContent, includeIfNull: false, required: true)
String content
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;