fromJson static method
Implementation
static IDFlowLocale? fromJson(dynamic value) {
if (value == null) return null;
return IDFlowLocale.values.byName(value);
}
static IDFlowLocale? fromJson(dynamic value) {
if (value == null) return null;
return IDFlowLocale.values.byName(value);
}