FastAppFeaturesBlocEventPayload constructor

const FastAppFeaturesBlocEventPayload({
  1. List<FastFeatureEntity>? features,
  2. FastFeatureEntity? feature,
})

Implementation

const FastAppFeaturesBlocEventPayload({
  this.features,
  this.feature,
});