PublicKey constructor

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

Implementation

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