shareType property

int? get shareType
override

Implementation

int? get shareType => _$this._shareType;
set shareType (covariant int? shareType)
covariantoverride

Implementation

set shareType(covariant int? shareType) => _$this._shareType = shareType;