HycopFactory class
Constructors
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
Static Properties
- account ↔ AbsAccount?
-
getter/setter pair
- dataBase ↔ AbsDatabase?
-
getter/setter pair
- enterprise ↔ String
-
getter/setter pair
- function ↔ AbsFunction?
-
getter/setter pair
- realtime ↔ AbsRealtime?
-
getter/setter pair
- serverType ↔ ServerType
-
getter/setter pair
- storage ↔ AbsStorage?
-
getter/setter pair
Static Methods
-
initAll(
{bool force = false}) → Future< bool> -
selectAccount(
) → Future< void> -
selectDatabase(
) → Future< void> -
selectFunction(
) → Future< void> -
selectRealTime(
) → Future< void> -
selectStorage(
) → Future< void> -
setBucketId(
) → void -
toServerTypeString(
) → String