toJson method

String toJson()

Implementation

String toJson() {
  return DevicesMapper.ensureInitialized()
      .encodeJson<Devices>(this as Devices);
}