fromJson static method

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

Implementation

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