Query class
Android
Constructors
Properties
- a ↔ String?
-
getter/setter pair
- c ↔ String?
-
getter/setter pair
- d ↔ int?
-
getter/setter pair
- e ↔ int?
-
getter/setter pair
- f ↔ String?
-
getter/setter pair
- g ↔ bool?
-
getter/setter pair
- h ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- j ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? a, String? c, int? d, int? e, String? f, bool? g, bool? h, bool? j}) → Query -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override