ignoreIfExists property

bool? get ignoreIfExists

Do nothing if a file with uri exists already.

Implementation

_i2.bool? get ignoreIfExists => _i5.getProperty(
      this,
      'ignoreIfExists',
    );