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