GoproGetResponse constructor

GoproGetResponse({
  1. required GoproCommand cmdId,
  2. required GoproRequestStatus status,
  3. required List<int8_t> value,
})

Implementation

GoproGetResponse({
  required this.cmdId,
  required this.status,
  required this.value,
});