Amount constructor

Amount([
  1. dynamic amount
])

Implementation

Amount([dynamic amount]) : super(SIZE, amount ?? BigInt.from(0));