globalCorrectionFlag property

bool? get globalCorrectionFlag

Implementation

bool? get globalCorrectionFlag => _$this._globalCorrectionFlag;
set globalCorrectionFlag (bool? globalCorrectionFlag)

Implementation

set globalCorrectionFlag(bool? globalCorrectionFlag) =>
    _$this._globalCorrectionFlag = globalCorrectionFlag;