ContractEntity class

Implementers

Constructors

ContractEntity.new({required String sourceCode, required String abi, required String contractName, required String compilerVersion, required String optimizationUsed, required String runs, required String constructorArguments, required String evmVersion, required String library, required String licenseType, required String proxy, required String implementation, required String swarmSource})
const

Properties

abi String
final
compilerVersion String
final
constructorArguments String
final
contractName String
final
evmVersion String
final
hashCode int
The hash code for this object.
no setterinherited
implementation String
final
library String
final
licenseType String
final
optimizationUsed String
final
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setter
proxy String
final
runs String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceCode String
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
swarmSource String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited