RestProviderFactory class

Factory for creating REST API data providers

Implemented types

Constructors

RestProviderFactory()

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

create(Map<String, dynamic> config) → Future<DataProvider>
Create a data provider from configuration
override
getDefaultConfig() → Map<String, dynamic>
Get optional configuration keys with defaults
override
getRequiredConfigKeys() → List<String>
Get required configuration keys
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited
validateConfig(Map<String, dynamic> config) → bool
Validate configuration
override

Operators

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