InternetCall class

This class models a reference to an internet call reference.

Implemented types
Annotations

Constructors

InternetCall({required String internetCall, required String label})
A reference to an internet call reference.
const
InternetCall.fromMap(Map<String, dynamic> map)
Creates an InternetCall instance starting from a Map<String, dynamic> map.

Properties

hashCode int
The hash code for this object.
no setteroverride
internetCall String
The reference name for this Internet call.
final
label String
The label of this Internet call. It is useful for distinguishing different Internet calls.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(covariant InternetCall other) int
The order of the comparisons is:
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Creates a Map<String, dynamic> map representation of this instance.
toString() String
A string representation of this object.
inherited

Operators

operator <(covariant InternetCall other) bool
Returns if this instance is less than the other.
operator <=(covariant InternetCall other) bool
Return if this instance is less than or equal to the other.
operator ==(covariant InternetCall other) bool
The equality operator.
override
operator >(covariant InternetCall other) bool
Return if this instance is greater than the other.
operator >=(covariant InternetCall other) bool
Return if this instance is greater than or equal to the other.