DropIndex class
Operation to drop an index.
- Inheritance
-
- Object
- DiffOperation
- DropIndex
Constructors
Properties
Methods
-
describe(
) → String -
Returns a human-readable description of the operation.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
Converts this operation to a map representation for serialization.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited