Uint256.fromWei constructor

Uint256.fromWei(
  1. EtherAmount inWei
)

Implementation

factory Uint256.fromWei(EtherAmount inWei) {
  return Uint256(inWei.getInWei);
}