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