functions property

List<ContractFunction> functions

Get a list of all functions defined by the contract ABI.

Implementation

List<ContractFunction> get functions => abi.functions;