DeviceInfo constructor

DeviceInfo({
  1. String? ipAddress,
  2. String? userAgent,
})

Implementation

DeviceInfo({this.ipAddress, this.userAgent});