isBasePlan property

  1. @JsonKey(name: 'isBasePlan')
bool isBasePlan
final

True, if the current phase represents the base plan. False otherwise.

Implementation

@JsonKey(name: 'isBasePlan')
final bool isBasePlan;