UProcessStepGet.fromJson constructor

UProcessStepGet.fromJson(
  1. String str
)

Implementation

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