UProcessStepStatus.fromJson constructor

UProcessStepStatus.fromJson(
  1. String str
)

Implementation

factory UProcessStepStatus.fromJson(String str) => UProcessStepStatus.fromMap(json.decode(str));