Upipin constructor

Upipin({
  1. int? length,
  2. bool? set,
})

Implementation

Upipin({
  this.length,
  this.set,
});