AddProperty class

Executing this operation adds a property to a collection.

While many noSQL databases allow arbitrary schema, they may need to create indexes to allow for querying, or other similar features.

Implemented types

Constructors

AddProperty({required CollectionSchema collection, required PropertySchema property})
const

Properties

collection CollectionSchema
final
hashCode int
The hash code for this object.
no setterinherited
property PropertySchema
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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