totalValue property

BigInt get totalValue

Implementation

BigInt get totalValue => value + (fee?.value ?? BigInt.zero);