name property

Int8List? get name

Implementation

Int8List? get name => this._name;
set name (Int8List? name)

Implementation

set name(Int8List? name) {
  this._name = name;
}