recursive property

bool? get recursive

Delete the content recursively if a folder is denoted.

Implementation

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