functionTypedefs property

List<({String library, String name})> get functionTypedefs

Registered function typedefs.

Implementation

List<({String name, String library})> get functionTypedefs =>
    _functionTypedefs;