isPrivateKey static method

bool isPrivateKey(
  1. String str
)

Implementation

static bool isPrivateKey(String str) {
  return isKey(Hrps.kPrivateKey, str);
}