AbiFunction class

ABI function definition domain model.

Annotations
  • @freezed

Constructors

AbiFunction({required String type, String? name, required List<AbiParameter> inputs, required List<AbiParameter> outputs, String? stateMutability, required bool isConstant, required bool isPayable})
const
factory

Properties

canReceiveEth bool
Whether this function can receive ETH.
no setter
hashCode int
The hash code for this object.
no setterinherited
isReadOnly bool
Whether this is a view/pure function.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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