fromJson static method

GetChannelsBody fromJson(
  1. String json
)

Implementation

static GetChannelsBody fromJson(String json) {
  return ensureInitialized().decodeJson<GetChannelsBody>(json);
}