fields property

List<Int8List>? get fields

Implementation

List<Int8List>? get fields => this._fields;
set fields (List<Int8List>? fields)

Implementation

set fields(List<Int8List>? fields) {
  this._fields = fields;
}