ILP.fromBytes constructor

ILP.fromBytes(
  1. Uint8List bytes
)

Implementation

factory ILP.fromBytes(Uint8List bytes) => ILP._(_ILPBytes(bytes));