kvs property

Map<Int8List, Value>? get kvs

Implementation

Map<Int8List, Value>? get kvs => this._kvs;
set kvs (Map<Int8List, Value>? kvs)

Implementation

set kvs(Map<Int8List, Value>? kvs) {
  this._kvs = kvs;
}