Access class
- Annotations
-
- @immutable
Constructors
-
Access({Query? query, String? identifier, required AccessType type, Map<
String, dynamic> ? data, required String collection, Object? pipeline, OperationSettings? settings}) -
const
-
Access.fromMap(Map<
String, dynamic> map) -
factory
Properties
- collection → String
-
final
-
data
→ Map<
String, dynamic> ? -
For create or update
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → String?
-
final
- pipeline → Object?
-
final
- query → Query?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → OperationSettings?
-
final
- type → AccessType
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited