VNewCallModel class

A model class that represents a new call.

Constructors

VNewCallModel({required String roomId, required String meetId, required bool withVideo, required VIdentifierUser identifierUser, required Map<String, dynamic> payload})
Creates a new instance of VNewCallModel.
const
VNewCallModel.fromMap(Map<String, dynamic> map)
Creates a new instance of VNewCallModel from the given map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
identifierUser VIdentifierUser
An object that represents the identifier user of the call.
final
meetId String
The ID of the meeting for the call.
final
payload Map<String, dynamic>
A map that represents the payload of the call.
final
roomId String
The ID of the room for the call.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
withVideo bool
A boolean that indicates whether the call has video or not.
final

Methods

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

Operators

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