menu
flutter_plugin_record package
documentation
const/response.dart
RecordResponse
RecordResponse constructor
RecordResponse constructor
dark_mode
light_mode
RecordResponse
constructor
RecordResponse
(
{
bool
?
success
,
String
?
path
,
String
?
msg
,
String
?
key
,
double
?
audioTimeLength
,
})
Implementation
RecordResponse( {this.success, this.path, this.msg, this.key, this.audioTimeLength});
flutter_plugin_record package
documentation
const/response
RecordResponse
RecordResponse constructor
RecordResponse class