newOwnerType property

int? get newOwnerType
override

Implementation

int? get newOwnerType => _$this._newOwnerType;
set newOwnerType (covariant int? newOwnerType)
covariantoverride

Implementation

set newOwnerType(covariant int? newOwnerType) => _$this._newOwnerType = newOwnerType;