WatchPage.parse constructor

WatchPage.parse(
  1. String raw,
  2. String visitorInfoLive,
  3. String ysc
)

Implementation

WatchPage.parse(String raw, this.visitorInfoLive, this.ysc)
    : root = parser.parse(raw),
      super(parser.parse(raw), (root) => _InitialData(root));