type property

int? get type
override

Implementation

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

Implementation

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