Contract constructor

const Contract({
  1. required String? bytecode,
  2. required ContractManifest manifest,
})

Implementation

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