planID property

String? get planID

Implementation

String? get planID => _$this._planID;
set planID (String? planID)

Implementation

set planID(String? planID) => _$this._planID = planID;