Number constructor

Number({
  1. int? number,
})

Implementation

Number({
  this.number,
});