isBase32 property

bool get isBase32

Implementation

bool get isBase32 {
  return _isBase32(this);
}