functionTable property

Map<A, T> functionTable

Returns a copy of the current function table.

Implementation

Map<A, T> get functionTable => Map<A, T>.from(_functionTable);