Unit class

Constructors

Unit(dynamic str)

Properties

hashCode int
The hash code for this object.
no setterinherited
qa BigInt?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unit String
getter/setter pair

Methods

asLi() → dynamic
asQa() → dynamic
asZil() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toLi() → dynamic
toQa() → dynamic
toQaString() → dynamic
toString() String
A string representation of this object.
inherited
toZil() → dynamic

Operators

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

Static Methods

from(dynamic str) → dynamic
Li(dynamic str) → dynamic
Qa(dynamic str) → dynamic
Zil(dynamic str) → dynamic