fromJson static method

TvChannel? fromJson(
  1. String raw
)

Implementation

static TvChannel? fromJson(String raw) =>
    $enumDecodeNullable(_$TvChannelEnumMap, raw);