Base62x class

Constructors

Base62x()

Properties

config Map<String, dynamic>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

Base62xUtil() → dynamic
decodeByLength({required List<int?> tmpArr, required List<int> op}) List<int>
fillRb62x({required List<String> b62x, required int bpos, required int xpos}) Map<String, int>
getItem(String k) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAscii({required int codetype, required List<int> inputArr, required List ascidx, required int ascmax, required List<String> asclist, required Map<String, int> ascrlist}) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(String input) String
encode(String input) String