fromJson method

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

Implementation

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