duration property

Duration get duration

Implementation

Duration get duration =>
    Duration(milliseconds: (_sound.duration * 1000).toInt());