fromJson static method

GetAllCUsbBody fromJson(
  1. String json
)

Implementation

static GetAllCUsbBody fromJson(String json) {
  return ensureInitialized().decodeJson<GetAllCUsbBody>(json);
}