lastEditActorType property

ActorType? get lastEditActorType
override

Implementation

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

Implementation

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