DocumentChangePlatform constructor

DocumentChangePlatform(
  1. DocumentChangeType type,
  2. int oldIndex,
  3. int newIndex,
  4. DocumentSnapshotPlatform document,
)

Implementation

DocumentChangePlatform(
  this.type,
  this.oldIndex,
  this.newIndex,
  this.document,
) : super(token: _token);