DataBody constructor

DataBody(
  1. List<int> data, {
  2. int? position,
})

Implementation

DataBody(this.data, {this.position});