fromJson static method

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

Implementation

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