Integer constructor

Integer({
  1. String? value,
})

Implementation

Integer({
  this.value,
});