value property
EtherAmount?
value
final
How much ether to send to to. This can be null, as some transactions that call a contracts method won't have to send ether.
Implementation
final EtherAmount? value;