RecorderInfo constructor

RecorderInfo(
  1. String fileName,
  2. int durationMs,
  3. int fileSize
)

Constructs the RecorderInfo.

Implementation

RecorderInfo(this.fileName, this.durationMs, this.fileSize);