setData method

dynamic setData(
  1. List<int> bytes
)

Implementation

setData(List<int> bytes) {
  data = bytes;
}