Skip to main content Link Menu Expand (external link) Document Search Copy Copied
toString method - RecordingDisposition class - recorder library - Dart API
menu
toString

toString method

String toString()
override

Return a String representation of the Disposition

Implementation

@override
String toString() {
  return 'duration: $duration decibels: $decibels';
}
flutter_sound 9.25.3