fromJson static method

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

Implementation

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