Info constructor

Info(
  1. {List<Codec>? codec,
  2. required int total}
)

Implementation

Info({
  this.codec,
  required this.total,
});