Record constructor

Record(
  1. int startAddress,
  2. List<int?> data
)

Implementation

Record(this.startAddress, this.data);