functions property

List<AbiFunctionFragment> functions
latefinal

List of function fragments defined in the contract ABI.

Implementation

late final List<AbiFunctionFragment> functions =
    fragments.whereType<AbiFunctionFragment>().toList();