DeviceInfo constructor

DeviceInfo(
  1. String name,
  2. String brand,
  3. String id,
  4. String osVersion,
)

Implementation

DeviceInfo(this.name,this.brand,this.id,this.osVersion);