GoproGetResponse constructor
GoproGetResponse({
- required GoproCommand cmdId,
- required GoproRequestStatus status,
- required List<
int8_t> value,
Implementation
GoproGetResponse({
required this.cmdId,
required this.status,
required this.value,
});