functions property
List<ContractFunction>
get
functions
Get a list of all functions defined by the contract ABI.
Implementation
List<ContractFunction> get functions => abi.functions;
Get a list of all functions defined by the contract ABI.
List<ContractFunction> get functions => abi.functions;