isEmpty property
bool
get
isEmpty
Implementation
bool get isEmpty => startLine == endLine && startCharacter == endCharacter;
bool get isEmpty => startLine == endLine && startCharacter == endCharacter;