maxValue property
      
      num
      get
      maxValue
      
    
    
The largest number that can be represented in JavaScript. Equal to approximately 1.79E+308.
Implementation
static _i2.num get maxValue => _i6.getProperty(
      _i7.target2,
      'MAX_VALUE',
    );