generator/presentation_generator/bloc/state_generator library

Classes

StateGenerator
Generates the State class for each module/category based on the Swagger paths. Each state class contains Result<T> fields for each API action, along with constructor and copyWith method for immutable updates.