type property

int? type

Implementation

int? get type => _$this._type;
void type=(int? type)

Implementation

set type(int? type) => _$this._type = type;