NoSuchPublicKey constructor

NoSuchPublicKey({
  1. String? type,
  2. String? message,
})

Implementation

NoSuchPublicKey({String? type, String? message})
    : super(type: type, code: 'NoSuchPublicKey', message: message);