column_name property

Int8List? get column_name

Implementation

Int8List? get column_name => this._column_name;
set column_name (Int8List? column_name)

Implementation

set column_name(Int8List? column_name) {
  this._column_name = column_name;
}