InstanceAssociation class

One or more association documents on the instance.

Constructors

InstanceAssociation({String? associationId, String? associationVersion, String? content, String? instanceId})
InstanceAssociation.fromJson(Map<String, dynamic> json)
factory

Properties

associationId String?
The association ID.
final
associationVersion String?
Version information for the association on the instance.
final
content String?
The content of the association document for the instance(s).
final
hashCode int
The hash code for this object.
no setterinherited
instanceId String?
The instance ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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.
inherited