functions property

All the FunctionFragment in the interface.

Implementation

Map<String, FunctionFragment> get functions => (dartify(impl.functions)
        as Map<String, dynamic>)
    .map((key, value) => MapEntry(key, FunctionFragment.from(jsify(value))));