slot property

int? slot

Implementation

int? get slot => _$this._slot;
void slot=(int? slot)

Implementation

set slot(int? slot) => _$this._slot = slot;