FeatureState.fromJson constructor

FeatureState.fromJson(
  1. Map<String, dynamic>? json
)

Implementation

FeatureState.fromJson(Map<String, dynamic>? json) {
  fromJson(json); // allows child classes to call
}