JsonDataSource class
- Inheritance
-
- Object
- LocalDataSource
- JsonDataSource
Constructors
- JsonDataSource({required 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> -
override
-
bloc(
String blocName) → Future< String> -
override
-
blocEvent(
String blocName) → Future< String> -
override
-
blocState(
String blocName) → Future< String> -
override
-
dataSource(
String dataSource) → Future< String> -
override
-
entity(
String entity) → Future< String> -
override
-
injectionContainer(
) → Future< String> -
override
-
main(
String page) → Future< String> -
override
-
model(
String feature, String model) → Future< String> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
page(
String page) → Future< String> -
override
-
repository(
String feature) → Future< String> -
override
-
repositoryImpl(
String feature) → Future< String> -
override
-
service(
String service) → Future< String> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
useCase(
String feature, String useCase) → Future< String> -
override
-
widget(
String widget) → Future< String> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited