generator/presentation_generator/bloc/state_generator library
Classes
- StateGenerator
-
Generates the
Stateclass for each module/category based on the Swagger paths. Each state class containsResult<T>fields for each API action, along with constructor andcopyWithmethod for immutable updates.