setData property

set setData (Uint8List data)

Implementation

set setData(Uint8List data) {
  this.data = data;
}