comment property

Int8List? get comment

Implementation

Int8List? get comment => this._comment;
set comment (Int8List? comment)

Implementation

set comment(Int8List? comment) {
  this._comment = comment;
}