isBase58 property

bool get isBase58

Implementation

bool get isBase58 {
  return _isBase58(this);
}