isHash static method

bool isHash(
  1. String h
)

Implementation

static bool isHash(String h) => h.length < 52 && h.length >= 48;