FoundGroups class

The list of groups found in a search, including header text (Showing X of Y matching groups) and total of matched groups.

Constructors

FoundGroups({List<FoundGroup>? groups, String? header, int? total})
FoundGroups.fromJson(Map<String, Object?> json)
factory

Properties

groups List<FoundGroup>
final
hashCode int
The hash code for this object.
no setterinherited
Header text indicating the number of groups in the response and the total number of groups found in the search.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total int?
The total number of groups found in the search.
final

Methods

copyWith({List<FoundGroup>? groups, String? header, int? total}) FoundGroups
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.
inherited