isBase58 property

bool isBase58

Implementation

bool get isBase58 {
  return _isBase58(this);
}