TokenAmount constructor

TokenAmount(
  1. Token token,
  2. BigInt raw
)

Implementation

TokenAmount(this.token, BigInt raw) : super(token, raw);