GraphRoute enum

Inheritance
Available extensions

Values

CallLog → const GraphRoute
const GraphRoute('call/history')
Record → const GraphRoute
const GraphRoute('call/recording')
Contact → const GraphRoute
const GraphRoute('contact')
AddContact → const GraphRoute
const GraphRoute('contact')
UpdateContact → const GraphRoute
const GraphRoute('contact')
DeleteContact → const GraphRoute
const GraphRoute('contact')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request(Uri uri, Map<String, dynamic>? params, {required Map<String, String> headers}) Future<Response>

Available on GraphRoute, provided by the RouteRequest extension

toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<GraphRoute>
A constant List of the values in this enum, in order of their declaration.