toJson method

String toJson()

Implementation

String toJson() {
  return GetAllCUsbBodyMapper.ensureInitialized()
      .encodeJson<GetAllCUsbBody>(this as GetAllCUsbBody);
}