menu
flutter_feedback_dialog package
documentation
models/feedback_models.dart
CommunicationResponse
CommunicationResponse.new constructor
CommunicationResponse.new constructor
dark_mode
light_mode
CommunicationResponse
constructor
CommunicationResponse
(
{
required
String
message
,
String
?
email
,
required
List
<
File
>
screenshots
,
})
Implementation
CommunicationResponse({ required this.message, this.email, required this.screenshots, });
flutter_feedback_dialog package
documentation
models/feedback_models
CommunicationResponse
CommunicationResponse.new constructor
CommunicationResponse class