CustomAttributeSyntax constructor

CustomAttributeSyntax()

Creates a new custom attribute syntax.

Implementation

CustomAttributeSyntax()
  : super(
      pattern: r'\[',
      startCharacter: _Chars.leftBracket,
    );