Unreads constructor

const Unreads({
  1. UnreadsChangeHandler? onChange,
})

Implementation

const Unreads({
  this.onChange,
});