Uint128 constructor

Uint128({
  1. String? high,
  2. String? low,
})

Implementation

Uint128({this.high, this.low});