objectId property

String? get objectId
override

Implementation

String? get objectId => _$this._objectId;
set objectId (covariant String? objectId)
covariantoverride

Implementation

set objectId(covariant String? objectId) => _$this._objectId = objectId;