functions property
List of function fragments defined in the contract ABI.
Implementation
late final List<AbiFunctionFragment> functions =
fragments.whereType<AbiFunctionFragment>().toList();
List of function fragments defined in the contract ABI.
late final List<AbiFunctionFragment> functions =
fragments.whereType<AbiFunctionFragment>().toList();