configs property

Map<Int8List, Value>? get configs

Implementation

Map<Int8List, t_nebula.Value>? get configs => this._configs;
set configs (Map<Int8List, Value>? configs)

Implementation

set configs(Map<Int8List, t_nebula.Value>? configs) {
  this._configs = configs;
}