errors property

List<AbiErrorFragment> errors
latefinal

List of error fragments defined in the contract ABI.

Implementation

late final List<AbiErrorFragment> errors =
    fragments.whereType<AbiErrorFragment>().toList();