keyBytes property

List<int> get keyBytes

Implementation

List<int> get keyBytes =>
    List<int>.from([...publicSpendKey, ...publicViewKey]);