functionTable property

Map<A1, Map<A2, T>> functionTable

Returns a copy of the current function table.

Implementation

Map<A1, Map<A2, T>> get functionTable =>
    Map<A1, Map<A2, T>>.of(_functionTable);