ownActorId property
String
get
ownActorId
Implementation
static String get ownActorId {
if (_ownActorId == null || _ownActorId!.isEmpty) {
throw ArgumentError("ownActorId must be set!");
}
return _ownActorId!;
}
set
ownActorId
(dynamic value)
Implementation
static set ownActorId(var value) => _ownActorId = value;