constractors property
List of constructor fragments defined in the contract ABI.
Implementation
late final List<AbiConstructorFragment> constractors =
fragments.whereType<AbiConstructorFragment>().toList();
List of constructor fragments defined in the contract ABI.
late final List<AbiConstructorFragment> constractors =
fragments.whereType<AbiConstructorFragment>().toList();