displayDash property

bool displayDash

Implementation

bool get displayDash {
  return _dashValues != null && _dashValues!.length == 2;
}