ttl_col property

Int8List? get ttl_col

Implementation

Int8List? get ttl_col => this._ttl_col;
set ttl_col (Int8List? ttl_col)

Implementation

set ttl_col(Int8List? ttl_col) {
  this._ttl_col = ttl_col;
}