duration property

Duration duration

Implementation

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