fromJson static method

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

Implementation

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