FeatureActivations.fromJson constructor
Implementation
factory FeatureActivations.fromJson(Map<String, dynamic> json) {
return FeatureActivations(
inputPrepareScheduleActions:
(json['inputPrepareScheduleActions'] as String?)
?.toFeatureActivationsInputPrepareScheduleActions(),
);
}