ownership property

String? get ownership
override

Implementation

String? get ownership => _$this._ownership;
set ownership (covariant String? ownership)
covariantoverride

Implementation

set ownership(covariant String? ownership) => _$this._ownership = ownership;