DefaultWriteFeedbackConfig class

Constructors

DefaultWriteFeedbackConfig.new({required String howBecomeBetterText, required String pleaseDescribeIssuesText, required String emailText, required String emailForResposeDescriptionText, required String writeYourFeedbackHereText, required String writeYourEmailText, required String sendFeedbackText})
const

Properties

emailForResposeDescriptionText String
final
emailText String
final
hashCode int
The hash code for this object.
no setterinherited
howBecomeBetterText String
final
pleaseDescribeIssuesText String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendFeedbackText String
final
writeYourEmailText String
final
writeYourFeedbackHereText String
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