ActiveList class
pinned : false clientId : "bcbb4892-f8d8-4e76-9b33-1b302d32a482" streamId : 3 videomuted : true name : "Raj" videoaspectratio : "16:9" mediatype : "audiovideo"
Constructors
- ActiveList({bool? pinned, String? clientId, int? streamId, bool? videomuted, String? name, String? videoaspectratio, String? mediatype})
- ActiveList.fromJson(dynamic json)
Properties
- clientId → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- mediatype → String?
-
no setter
- name → String?
-
no setter
- pinned → bool?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamId → int?
-
no setter
- videoaspectratio → String?
-
no setter
- videomuted → 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