SignableKey.fromJson constructor

SignableKey.fromJson(
  1. Map<String, dynamic> json,
  2. Client client
)

Implementation

SignableKey.fromJson(Map<String, dynamic> super.json, this.client)
    : super.fromJson() {
  _verified = false;
  _blocked = false;
}