AccountYouTubeChannelLink.fromJson constructor

AccountYouTubeChannelLink.fromJson(
  1. Map json_
)

Implementation

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