length property
int
get
length
The number of characters from the offset to the end of the source which encompasses the compilation error.
Implementation
int get length => _problemMessage.length;
The number of characters from the offset to the end of the source which encompasses the compilation error.
int get length => _problemMessage.length;