digitInput property

int? get digitInput

Implementation

int? get digitInput => _$this._digitInput;
set digitInput (int? digitInput)

Implementation

set digitInput(int? digitInput) => _$this._digitInput = digitInput;