DataEndPointTypes class

A enumeration of known (but not necessarily implemented) endpoint API types.

Note that the type is basically a String, which allow for extension of new application-specific data endpoints.

Constructors

DataEndPointTypes()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

AWS → const String
CAWS → const String
FILE → const String
FIREBASE_DATABASE → const String
FIREBASE_STORAGE → const String
OMH → const String
PRINT → const String
SQLITE → const String
UNKNOWN → const String