isNegative property
      
      bool
      get
      isNegative
      
    
    
Returns true if the number this is a negative number
Implementation
bool get isNegative => this < 0;Returns true if the number this is a negative number
bool get isNegative => this < 0;