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