names property

List<Int8List>? get names

Implementation

List<Int8List>? get names => this._names;
set names (List<Int8List>? names)

Implementation

set names(List<Int8List>? names) {
  this._names = names;
}