actorType property

String? get actorType
override

Implementation

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

Implementation

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