fromJson static method

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

Implementation

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