Actor class
Participant involved in the resource.
Constructors
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