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