UserFeedbackWiredashDto class

Constructors

UserFeedbackWiredashDto({required String projectId, required String secret, FutureOr<CustomizableWiredashMetaData> collectMetaData(CustomizableWiredashMetaData metaData)?, WiredashFeedbackOptions? feedbackOptions, PsOptions? psOptions, WiredashThemeData? theme, WiredashOptionsData? options, EdgeInsets? padding})
const

Properties

collectMetaData FutureOr<CustomizableWiredashMetaData> Function(CustomizableWiredashMetaData metaData)?
final
feedbackOptions WiredashFeedbackOptions?
final
hashCode int
The hash code for this object.
no setterinherited
options WiredashOptionsData?
final
padding EdgeInsets?
final
projectId String
final
psOptions PsOptions?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String
final
theme WiredashThemeData?
final

Methods

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

Operators

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