Contract constructor
const
Contract({
- required String? bytecode,
- required ContractManifest manifest,
Implementation
const factory Contract({
required String? bytecode,
required ContractManifest manifest,
}) = _Contract;