functionKey property

int? get functionKey

Implementation

int? get functionKey => _$this._functionKey;
set functionKey (int? functionKey)

Implementation

set functionKey(int? functionKey) => _$this._functionKey = functionKey;