Delegate class

The name of the attribute, which is one of the values defined in the UserAttribute enumeration.

Constructors

Delegate({required String id, required MemberType type})
Delegate.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The identifier for the user or group associated as the resource's delegate.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type MemberType
The type of the delegate: user or group.
final

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