type property

  1. @override
DocumentChangeType type
override

The type of change that occurred (added, modified, or removed).

Implementation

@override
_i7.DocumentChangeType get type =>
    (super.noSuchMethod(Invocation.getter(#type), returnValue: _i7.DocumentChangeType.added) as _i7.DocumentChangeType);