Implementation3
Inherits: Initializable
State Variables
_value
uint256 internal _value;
Functions
initialize
function initialize() public initializer;
setValue
function setValue(uint256 _number) public;
getValue
function getValue(uint256 _number) public view returns (uint256);