value property

Decimal value
latefinal

Implementation

late final value =
    (raw.toDecimal() / BigInt.from(10).pow(tokenInfo.decimals).toDecimal())
    .toDecimal(scaleOnInfinitePrecision: tokenInfo.decimals);