Parse.include constructor

Parse.include(
  1. String s
)

Implementation

factory Parse.include(String s) => Parse(s, Token.IncludeOtherParse);