index_name property

Int8List? get index_name

Implementation

Int8List? get index_name => this._index_name;
set index_name (Int8List? index_name)

Implementation

set index_name(Int8List? index_name) {
  this._index_name = index_name;
}