isNormalized property

bool get isNormalized

Implementation

bool get isNormalized {
  return begin.isBefore(end) || begin.isEqual(end);
}