toJson method

String toJson()

Implementation

String toJson() {
  return GetChannelsBodyMapper.ensureInitialized()
      .encodeJson<GetChannelsBody>(this as GetChannelsBody);
}