DataSource class
Constructors
- DataSource(SampleReader reader)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- reader → SampleReader
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
analysisOptionsContent(
) → Future< String> -
clean(
) → Future< String> -
dataSource(
String dataSource) → Future< String> -
either(
) → Future< String> -
entities(
) → Future< String> -
entity(
String entity) → Future< String> -
failure(
) → Future< String> -
injectionContainer(
) → Future< String> -
main(
String page) → Future< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
page(
String page) → Future< String> -
repository(
String feature) → Future< String> -
repositoryImpl(
String feature) → Future< String> -
routeNames(
String page) → Future< String> -
routes(
String page) → Future< String> -
service(
String service) → Future< String> -
toString(
) → String -
A string representation of this object.
inherited
-
trying(
Future< String> reader) → Future<String> -
widget(
String widget) → Future< String>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited