WalfMap constructor

WalfMap(
  1. String key,
  2. Map value
)

Implementation

WalfMap(this.key, this.value)
    : super(key: key, type: "Walf Map", value: value);