actorType property

ActorType? get actorType
override

Implementation

ActorType? get actorType => _$this._actorType;
set actorType (covariant ActorType? actorType)
covariantoverride

Implementation

set actorType(covariant ActorType? actorType) => _$this._actorType = actorType;