SetChannelMetadataResult.fromJson constructor

SetChannelMetadataResult.fromJson(
  1. dynamic object
)

Implementation

factory SetChannelMetadataResult.fromJson(dynamic object) =>
    SetChannelMetadataResult._(
        ChannelMetadataDetails.fromJson(object['data']));