RecorderInfo constructor

RecorderInfo(
  1. Duration duration,
  2. double db
)

Implementation

RecorderInfo(this.duration, this.db);