WiredashFeedbackOptions class
Options that adjust the flow a user has to take when giving feedback
Constructors
-
WiredashFeedbackOptions({List<
Label> ? labels, EmailPrompt? email, FutureOr<CustomizableWiredashMetaData> collectMetaData(CustomizableWiredashMetaData metaData)?, ScreenshotPrompt? screenshot}) -
const
Properties
-
collectMetaData
→ FutureOr<
CustomizableWiredashMetaData> Function(CustomizableWiredashMetaData metaData)? -
Enrich the user feedback with custom metadata
final
- email → EmailPrompt?
-
Define if and how users get asked for their email address.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
→ List<
Label> ? -
The labels a user can select
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenshot → ScreenshotPrompt?
-
Define whether users can attach screenshots
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.
inherited