publicKey property

List<int> publicKey

Public key of the signature from the wallet holding the promissory

Implementation

List<int> get publicKey => const fb.ListReader<int>(const fb.Uint8Reader())
    .vTableGet(_bc, _bcOffset, 4, List.empty());