isPositive property
      
      bool
      get
      isPositive
      
    
    
Returns true if the number this is a positive number
Implementation
bool get isPositive => this > 0;Returns true if the number this is a positive number
bool get isPositive => this > 0;