LocalDataSource class abstract
- Implementers
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
-
analysisOptionsContent(
) → Future< String> -
bloc(
String blocName) → Future< String> -
blocEvent(
String blocName) → Future< String> -
blocState(
String blocName) → Future< String> -
dataSource(
String dataSource) → Future< String> -
entity(
String entity) → Future< String> -
injectionContainer(
) → Future< String> -
main(
String page) → Future< String> -
model(
String feature, String model) → 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> -
service(
String service) → Future< String> -
toString(
) → String -
A string representation of this object.
inherited
-
useCase(
String feature, String useCase) → Future< String> -
widget(
String widget) → Future< String>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited