PublicKey constructor

PublicKey({
  1. String? format,
  2. String? key,
})

Implementation

PublicKey({this.format, this.key});