type property

FileChangeType get type

The type of change.

Implementation

_i3.FileChangeType get type =>
    _i3.FileChangeType.values.byName(_i5.getProperty(
      this,
      'type',
    ));