DocumentsApiQuery class
The DocumentsApiQuery class represents a query for a document API with a type, type value, and optional version.
Constructors
- DocumentsApiQuery({required DocumentsApiQueryType type, required String typeValue, String? version})
- DocumentsApiQuery.fromMap(Map map)
-
This is a constructor that creates a new instance of the
DocumentsApiQueryclass from aMapobject.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ DocumentsApiQueryType
-
getter/setter pair
- typeValue ↔ String
-
getter/setter pair
- version ↔ String?
-
getter/setter pair
Methods
-
asMap(
) → Map - The function returns a map with the type, type value, and version as key-value pairs.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited