fromJson static method

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

Implementation

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