SuggestionClusterProto class

A set of similar suggestions that we suspect are closely related.

This proto and most of the nested protos are branched from foxandcrown.prelaunchreport.service.SuggestionClusterProto, replacing PLR's dependencies with FTL's.

Constructors

SuggestionClusterProto({String? category, List<SuggestionProto>? suggestions})
SuggestionClusterProto.fromJson(Map _json)

Properties

category String?
Category in which these types of suggestions should appear.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestions List<SuggestionProto>?
A sequence of suggestions.
getter/setter pair

Methods

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited