$Shared26.fromJson constructor

$Shared26.fromJson(
  1. Map json_
)

Implementation

$Shared26.fromJson(core.Map json_)
  : this(channel: json_['channel'] as core.String?);