stateBase property

String stateBase
latefinal

The Bloc state file name without its Dart extension.

Implementation

late final String stateBase = '${featureSnake}_state';