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