Label class

A label/tag can be assigned to a PersistedFeedbackItem.

Users can select multiple labels for each feedback.

Hidden labels are not shown in the UI. They are always sent to the console

Constructors

Label({required String id, required String title, bool? hidden})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
hidden bool?
A hidden label is not visible to the user. It will be sent directly to the console
final
id String
The unique identifier of the label, generated by the console
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of the label, displayed to the user. You might want to use a localized string here.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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