response method
Implementation
@override
Future<CountPreference> response(res) async {
return enumDecode<CountPreference>(
countPreferenceEnumMap,
res['count_preference'],
unknownValue: CountPreference.all,
);
}
@override
Future<CountPreference> response(res) async {
return enumDecode<CountPreference>(
countPreferenceEnumMap,
res['count_preference'],
unknownValue: CountPreference.all,
);
}