fromJson static method

Channels fromJson(
  1. String json
)

Implementation

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