is64Hex property

bool get is64Hex

Implementation

bool get is64Hex {
  return RegExp(r'^[a-fA-F0-9]{64}$').hasMatch(this);
}