MockDocumentChange<T extends Object?> class

A class which mocks DocumentChange.

See the documentation for Mockito's code generation for more information.

Constructors

MockDocumentChange()

Properties

doc → DocumentSnapshot<T>
Returns the DocumentSnapshot for this instance.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
newIndex int
The index of the changed document in the result set immediately after this DocumentChange (i.e. supposing that all prior DocumentChange objects and the current DocumentChange object have been applied).
no setteroverride
oldIndex int
The index of the changed document in the result set immediately prior to this DocumentChange (i.e. supposing that all prior DocumentChange objects have been applied).
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → DocumentChangeType
The type of change that occurred (added, modified, or removed).
no setteroverride

Methods

noSuchMethod(Invocation invocation, {Object? returnValue, Object? returnValueForMissingStub = deferToDefaultResponse}) → dynamic
Handles method stubbing, method call verification, and real method calls.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited