plan property

  1. @JsonKey.new(name: 'plan', fromJson: _decodePlanUpdatePlan, toJson: _encodePlanUpdatePlan, includeIfNull: false, required: true)
PlanUpdateContent plan
final

The updated plan content.

Implementation

@JsonKey(
  name: 'plan',
  fromJson: _decodePlanUpdatePlan,
  toJson: _encodePlanUpdatePlan,
  includeIfNull: false,
  required: true,
)
final PlanUpdateContent plan;