ConstructorFragment<T extends _ConstructorFragmentImpl> class

Inheritance
Implementers

Constructors

ConstructorFragment.from(dynamic source)
Creates a new ConstructorFragment from any compatible source.
factory

Properties

gas BigInt?
This is the gas limit that should be used during deployment. It may be null.
no setter
hashCode int
The hash code for this object.
no setterinherited
impl → T
Internal JS Object, should not be used directly.
finalinherited
name String?
This is the name of the Event or Function. This will be null for a ConstructorFragment.
no setterinherited
paramType List<ParamType>
This is an array of each ParamType for the input parameters to the Constructor, Event of Function.
no setterinherited
payable bool
This is whether the constructor may receive ether during deployment as an endowment (i.e. msg.value != 0).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateMutability String
This is the state mutability of the constructor. It can be any of:
no setter
type String
This is a String which indicates the type of the Fragment. This will be one of:
no setterinherited

Methods

format([FormatTypes? type]) String
Creates a String representation of the Fragment using the available type formats.
inherited
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