AccountYouTubeChannelLink.fromJson constructor
AccountYouTubeChannelLink.fromJson(
- Map json_
Implementation
AccountYouTubeChannelLink.fromJson(core.Map json_)
: this(
channelId: json_['channelId'] as core.String?,
status: json_['status'] as core.String?,
);