VideoRoomLeavingEvent class Null safety
- Inheritance
- Object
- VideoRoomEvent
- VideoRoomLeavingEvent
Constructors
- VideoRoomLeavingEvent({dynamic videoroom, dynamic room, int? leaving})
- VideoRoomLeavingEvent.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