plan property
- @JsonKey.new(name: 'plan', fromJson: _decodePlanUpdatePlan, toJson: _encodePlanUpdatePlan, includeIfNull: false, required: true)
final
The updated plan content.
Implementation
@JsonKey(
name: 'plan',
fromJson: _decodePlanUpdatePlan,
toJson: _encodePlanUpdatePlan,
includeIfNull: false,
required: true,
)
final PlanUpdateContent plan;