fromJson static method

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

Implementation

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