GroupValue class

The results for a particular group value.

Constructors

GroupValue({String? nextBatch, int? order, List<String>? results})
GroupValue.fromJson(Map<String, Object?> json)

Properties

hashCode → int
The hash code for this object.
no setteroverride
nextBatch ↔ String?
Token that can be used to get the next batch of results in the group, by passing as the next_batch parameter to the next call. If this field is absent, there are no more results in this group.
getter/setter pair
order ↔ int?
Key that can be used to order different groups.
getter/setter pair
results ↔ List<String>?
Which results are in this group.
getter/setter pair
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
toJson() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
override