FastAppFeaturesBlocEvent.featuresRetrieved constructor

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

Implementation

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