PublicKey.zero constructor

PublicKey.zero()

Implementation

PublicKey.zero() : bytes = List.generate(32, (_) => 0, growable: false);