ChannelAboutPage.parse constructor

ChannelAboutPage.parse(
  1. String raw
)

Implementation

ChannelAboutPage.parse(String raw)
    : super(parser.parse(raw), (root) => _InitialData(root));