fromJson static method

ChannelState fromJson(
  1. Map<String, dynamic> json
)

Create a new instance from a json

Implementation

static ChannelState fromJson(Map<String, dynamic> json) =>
    _$ChannelStateFromJson(json);