type property

int? type
override

Implementation

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

Implementation

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