TBLIosDevice constructor

const TBLIosDevice({
  1. String? systemVersion,
  2. String? model,
})

Implementation

const TBLIosDevice({
  this.systemVersion,
  this.model,
});