toString method Null safety
override
Return a String representation of the Disposition
Implementation
@override
String toString() {
return 'duration: $duration decibels: $decibels';
}
Return a String representation of the Disposition
@override
String toString() {
return 'duration: $duration decibels: $decibels';
}