VCallLocalization class

Constructors

VCallLocalization({required String exitFromTheCall, required String areYouSureToEndTheCall, required String cancel, required String ok, required String connecting, required String busy, required String ring, required String accepted, required String roomAlreadyInCall, required String timeout, required String callEnd, required String rejected, required String endToEndEncryption})
const
VCallLocalization.fromEnglish()

Properties

accepted String
final
areYouSureToEndTheCall String
final
busy String
final
callEnd String
final
cancel String
final
connecting String
final
endToEndEncryption String
final
exitFromTheCall String
final
hashCode int
The hash code for this object.
no setterinherited
ok String
final
rejected String
final
ring String
final
roomAlreadyInCall String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transCallStatus(CallStatus status) String

Operators

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