AppModelsCubit constructor

AppModelsCubit(
  1. AppModelsState state
)

Implementation

AppModelsCubit(AppModelsState state) : super(state);