CustomAttributeSyntax constructor
CustomAttributeSyntax()
Creates a new custom attribute syntax.
Implementation
CustomAttributeSyntax()
: super(
pattern: r'\[',
startCharacter: _Chars.leftBracket,
);
Creates a new custom attribute syntax.
CustomAttributeSyntax()
: super(
pattern: r'\[',
startCharacter: _Chars.leftBracket,
);