ParameterPacket constructor

ParameterPacket({
  1. int? type,
  2. int? flags,
  3. int? decimals,
  4. int? length,
})

Implementation

ParameterPacket({this.type, this.flags, this.decimals, this.length});