Actor class

Participant involved in the resource.

Constructors

Actor({String? reference, String? display})
Creates a new Actor instance.
Actor.fromJson(JsonObject _json)
Constructs a new Actor from a JsonObject.

Properties

display String?
The display name of the participant.
no setter
hashCode int
The hash code for this object.
no setteroverride
json → JsonObject
The underlying JSON object for this instance.
no setter
reference String?
The reference to the participant.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? reference, String? display}) Actor
Creates a copy of the Actor instance and allows for non-destructive mutation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override