implicitAnd method

  1. @override
Parser implicitAnd()
override

Implementation

@override
Parser implicitAnd() => super
    .implicitAnd()
    .castList<OrgQueryMatcher>()
    .map((value) => OrgQueryAndMatcher(value));