isIdentifier property

bool get isIdentifier

Returns true if this String is a valid Dart identifier.

Implementation

bool get isIdentifier => matches(_identifier);