FeatureState constructor

FeatureState(
  1. {required Map<String, Object?> map}
)

Implementation

FeatureState({
  required this.map,
});