toJson method

String toJson()

Implementation

String toJson() {
  return PanaRuntimeInfoMapper.ensureInitialized()
      .encodeJson<PanaRuntimeInfo>(this as PanaRuntimeInfo);
}