Pubkey constructor

Pubkey(
  1. List response
)

Implementation

Pubkey(List<dynamic> response)
    : x = (response[0] as _i2.Uint8List),
      y = (response[1] as _i2.Uint8List);