actorType property

ActorTypes? get actorType
override

Implementation

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

Implementation

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