constractors property

List<AbiConstructorFragment> constractors
latefinal

List of constructor fragments defined in the contract ABI.

Implementation

late final List<AbiConstructorFragment> constractors =
    fragments.whereType<AbiConstructorFragment>().toList();