actor property
Actor?
get
actor
The actor involved in the event.
Implementation
Actor? get actor => actorField.getValue(_json);
The actor involved in the event.
Actor? get actor => actorField.getValue(_json);