toJson method

String toJson()

Implementation

String toJson() {
  return ChannelsMapper.ensureInitialized()
      .encodeJson<Channels>(this as Channels);
}