fromJson static method

Implementation

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