lastEditActorType property

ActorTypes? get lastEditActorType
override

Implementation

ActorTypes? get lastEditActorType => _$this._lastEditActorType;
set lastEditActorType (covariant ActorTypes? lastEditActorType)
covariantoverride

Implementation

set lastEditActorType(covariant ActorTypes? lastEditActorType) => _$this._lastEditActorType = lastEditActorType;