UserListModel class

Constructors

UserListModel({bool? vidoeEnabled, String? role, String? clientId, bool? videoMuted, Permissions? permissions, String? name, bool? audioMuted, bool? audioEnabled, String? userRef})
UserListModel.fromJson(dynamic json)

Properties

audioEnabled bool?
no setter
audioMuted bool?
no setter
clientId String?
no setter
hashCode int
The hash code for this object.
no setterinherited
name String?
no setter
permissions Permissions?
no setter
role String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userRef String?
no setter
videoMuted bool?
no setter
vidoeEnabled bool?
no setter

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