fromJson static method

ChannelType? fromJson(
  1. dynamic value
)

Implementation

static ChannelType? fromJson(dynamic value) =>
    ChannelTypeTypeAssetsTransformer().decode(value);