actorId property

String? get actorId
override

Implementation

String? get actorId => _$this._actorId;
set actorId (covariant String? actorId)
covariantoverride

Implementation

set actorId(covariant String? actorId) => _$this._actorId = actorId;