errors property
List of error fragments defined in the contract ABI.
Implementation
late final List<AbiErrorFragment> errors =
fragments.whereType<AbiErrorFragment>().toList();
List of error fragments defined in the contract ABI.
late final List<AbiErrorFragment> errors =
fragments.whereType<AbiErrorFragment>().toList();