ChannelUploadPage.parse constructor

ChannelUploadPage.parse(
  1. String raw,
  2. String channelId,
  3. VideoType type
)

Implementation

ChannelUploadPage.parse(String raw, this.channelId, this.type)
    : super(parser.parse(raw), (root) => _InitialData(root, type));