fromJson static method

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

Implementation

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