AssociationStatus class

Describes an association status.

Constructors

AssociationStatus({required DateTime date, required String message, required AssociationStatusName name, String? additionalInfo})
AssociationStatus.fromJson(Map<String, dynamic> json)
factory

Properties

additionalInfo String?
A user-defined string.
final
date DateTime
The date when the status changed.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The reason for the status.
final
name AssociationStatusName
The status.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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