FlutterBlueHubManufacturerData constructor Null safety

FlutterBlueHubManufacturerData(
  1. {required bool buttonState,
  2. required int systemType,
  3. required int capabilities,
  4. required int lastNetworkId,
  5. required int status,
  6. required int option}
)

Implementation

FlutterBlueHubManufacturerData(
    {required this.buttonState,
    required this.systemType,
    required this.capabilities,
    required this.lastNetworkId,
    required this.status,
    required this.option});