PlaybackDisposition constructor Null safety
The constructor
Implementation
PlaybackDisposition({
this.position = Duration.zero,
this.duration = Duration.zero,
});
The constructor
PlaybackDisposition({
this.position = Duration.zero,
this.duration = Duration.zero,
});