UProcessStepSend.fromJson constructor

UProcessStepSend.fromJson(
  1. String str
)

Implementation

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