is32Hex property
bool
get
is32Hex
Implementation
bool get is32Hex {
return RegExp(r'^[a-fA-F0-9]{32}$').hasMatch(this);
}
bool get is32Hex {
return RegExp(r'^[a-fA-F0-9]{32}$').hasMatch(this);
}