Atmpin constructor

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

Implementation

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