VideoRoomConfigured class Null safety
- Inheritance
- Object
- VideoRoomEvent
- VideoRoomConfigured
Constructors
- VideoRoomConfigured({dynamic videoroom, String? configured})
- VideoRoomConfigured.fromJson(dynamic json)
Properties
Methods
-
copyWith(
{String? videoroom, int? room}) → VideoRoomEvent -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited