create property

bool get create

Create the file if it does not exist already.

Implementation

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