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