CloudXArbiterPrecision.of constructor
CloudXArbiterPrecision.of(
- String name
Mints a precision from any token, normalized to upper case.
Implementation
factory CloudXArbiterPrecision.of(String name) =>
CloudXArbiterPrecision._(name.toUpperCase());