MapExtension<K, V> extension

on

Methods

getToDouble(K key) double?

Available on Map<K, V>, provided by the MapExtension extension

handle2ValueCallback<T, U>(String key, InterpreterVisitor visitor) → void Function(T, U)?

Available on Map<K, V>, provided by the MapExtension extension

handleValueCallback<T>(String key, InterpreterVisitor visitor) → void Function(T)?

Available on Map<K, V>, provided by the MapExtension extension

handleValueCallbackWithReturnType<U, T>(String key, InterpreterVisitor visitor) → U Function(T)?

Available on Map<K, V>, provided by the MapExtension extension

handleVoidCallback(String key, InterpreterVisitor visitor) VoidCallback?

Available on Map<K, V>, provided by the MapExtension extension