length property

  1. @override
int length
inherited

Return the number of characters in the syntactic entity's source range.

Implementation

@override
int get length => lexeme.length;