IntegerList constructor

IntegerList({
  1. List<SplitInt64>? elements,
})

Implementation

IntegerList({
  this.elements,
});