fromJson static method

StepOutArguments fromJson(
  1. Map<String, Object?> obj
)

Implementation

static StepOutArguments fromJson(Map<String, Object?> obj) =>
    StepOutArguments.fromMap(obj);