FeedbackConfig class

Constructors

FeedbackConfig({required Duration duration, bool? displayLogs})
FeedbackConfig.defaultOption()
factory

Properties

displayLogs bool?
The displayLogs determine whether to display logs on console or not.
final
duration Duration
The duration define interval of time after which form needs tro be displayed
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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