VectorValue extension type

Represent a vector type in Firestore documents.

on
Implemented types
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isEqual(VectorValue other) bool
Returns true if the two VectorValue has the same raw number arrays, returns false otherwise.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toArray() JSArray<JSNumber>
Returns a copy of the raw number array form of the vector.
toString() String
A string representation of this object.
inherited

Operators

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