value property

dynamic get value

Implementation

get value => this == SolidityType.uint8 ? 'uint8' : 'uint256';