StoredVersionedContractByNameDeployItem constructor

StoredVersionedContractByNameDeployItem(
  1. String name,
  2. int? version,
  3. String entryPoint, [
  4. List<NamedArg> args = const [],
])

Implementation

StoredVersionedContractByNameDeployItem(this.name, this.version, this.entryPoint, [List<NamedArg> args = const []])
    : super.withArgs(args);