isBase32 property

bool isBase32

Implementation

bool get isBase32 {
  return _isBase32(this);
}