updateAtFirstMaintenanceCall property

bool? get updateAtFirstMaintenanceCall

Implementation

bool? get updateAtFirstMaintenanceCall =>
    _$this._updateAtFirstMaintenanceCall;
set updateAtFirstMaintenanceCall (bool? updateAtFirstMaintenanceCall)

Implementation

set updateAtFirstMaintenanceCall(bool? updateAtFirstMaintenanceCall) =>
    _$this._updateAtFirstMaintenanceCall = updateAtFirstMaintenanceCall;