isReal method

bool isReal()

True if this Size has Width and Height values that are real numbers and not infinity. @return {boolean}

Implementation

_i2.bool isReal() => _i4.callMethod(
      this,
      'isReal',
      [],
    );