parameter property

String? parameter
final

Parameter passed to the constructor of the contract. Call the virtual machine format of the parameter 1, 2, use the js tool provided by remix, convert the parameter array 1, 2 called by the contract caller into the parameter format required by the virtual machine.

Implementation

final String? parameter;