ownerType property

int? get ownerType
override

Implementation

int? get ownerType => _$this._ownerType;
set ownerType (covariant int? ownerType)
covariantoverride

Implementation

set ownerType(covariant int? ownerType) => _$this._ownerType = ownerType;