SystemOnChip constructor

SystemOnChip({
  1. String? manufacturer,
  2. String? model,
})

Implementation

SystemOnChip({this.manufacturer, this.model});