RtmChannelAttribute.fromJson constructor

RtmChannelAttribute.fromJson(
  1. Map json
)

Implementation

factory RtmChannelAttribute.fromJson(Map json) =>
    _$RtmChannelAttributeFromJson(json);