GroupMember class

Inheritance

Constructors

GroupMember({required String? scope, DateTime? joinedAt, required String uid, required String name, String? avatar, String? link, required String role, required String status, String? statusMessage, DateTime? lastActiveAt, List<String>? tags, Map<String, dynamic>? metadata, bool? hasBlockedMe, bool? blockedByMe})
GroupMember.fromMap(dynamic map)
factory
GroupMember.fromUid({required String? scope, required String uid, required String name})

Properties

avatar String?
read / writeinherited
blockedByMe bool?
read / writeinherited
hasBlockedMe bool?
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
joinedAt DateTime?
read / write
lastActiveAt DateTime?
read / writeinherited
read / writeinherited
metadata Map<String, dynamic>?
read / writeinherited
name String
read / writeinherited
role String?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scope String?
read / write
status String?
read / writeinherited
statusMessage String?
read / writeinherited
tags List<String>?
read / writeinherited
uid String
read / writeinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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