allCubits property

List<CubitEntity> get allCubits

Implementation

List<CubitEntity> get allCubits => cubits.values.map((e) => e()).toList();