AbstractKpaStructMap

constructor(backingMap: Map<String, E>)(source)

Parameters

backingMap

The map of string keys to native values to expose.

Type Parameters

E

The native value element type stored in the backing map.