type property

Mount_Type? type
override

Implementation

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

Implementation

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