fromData static method

Implementation

static SimplePublicKey fromData(SimplePublicKeyDataArgs data) {
  return SimplePublicKey(data.key!);
}