mountType property

String? get mountType
override

Implementation

String? get mountType => _$this._mountType;
set mountType (covariant String? mountType)
covariantoverride

Implementation

set mountType(covariant String? mountType) => _$this._mountType = mountType;