GroupMember class
Represents a member of a group.
- Annotations
-
- @JsonSerializable()
Constructors
- GroupMember.new({String? id, String? displayName, String? userPrincipalName, String? mail})
- GroupMember.empty()
-
const
-
GroupMember.fromJson(Map<
String, dynamic> json) -
factory
Properties
- displayName → String?
-
The display name of the member.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier of the member.
final
- mail → String?
-
The email address of the member.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userPrincipalName → String?
-
The user principal name of the member.
final
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