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