ULongRange constructor

ULongRange({
  1. int max,
  2. int min,
})

Implementation

external factory ULongRange({
  int max,
  int min,
});