startComparison top-level property
Parses a comparison operator ("<", ">", "<=", or ">=") at the beginning of a string.
Implementation
final startComparison = RegExp(r'^[<>]=?');
Parses a comparison operator ("<", ">", "<=", or ">=") at the beginning of a string.
final startComparison = RegExp(r'^[<>]=?');