FastAppFeaturesBlocEvent.initialized constructor

FastAppFeaturesBlocEvent.initialized(
  1. List<FastFeatureEntity> features
)

Implementation

FastAppFeaturesBlocEvent.initialized(
  List<FastFeatureEntity> features,
) : super(
        type: FastAppFeaturesBlocEventType.initialized,
        payload: FastAppFeaturesBlocEventPayload(features: features),
      );