toString method

  1. @override
String toString()
override

Return a String representation of the Disposition

Implementation

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