Int256 constructor

Int256(
  1. Uint8List data
)

Constructor.

Implementation

Int256(this.data);