PublicKey constructor

PublicKey({
  1. int? id,
  2. String? key,
  3. String? title,
})

Implementation

PublicKey({
  this.id,
  this.key,
  this.title,
});