Int128 constructor

Int128(
  1. Uint8List data
)

Constructor.

Implementation

Int128(this.data);