objectType property

String? get objectType
override

Implementation

String? get objectType => _$this._objectType;
set objectType (covariant String? objectType)
covariantoverride

Implementation

set objectType(covariant String? objectType) => _$this._objectType = objectType;