actorType property

ActorType? actorType
override

Implementation

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

Implementation

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