fromJson method

  1. @override
WithdrawKey fromJson(
  1. String json
)

Implementation

@override
WithdrawKey fromJson(String json) {
  return WithdrawKey.fromPrefixedKey(json);
}