id property

Int8List? get id

Implementation

Int8List? get id => this._id;
set id (Int8List? id)

Implementation

set id(Int8List? id) {
  this._id = id;
}