PublicKey.fromRawJson constructor

PublicKey.fromRawJson(
  1. String str
)

Implementation

factory PublicKey.fromRawJson(String str) =>
    PublicKey.fromJson(json.decode(str));