Properties constructor

Properties({
  1. String? appName,
  2. String? appVersion,
  3. String? deviceName,
  4. String? screenSize,
})

Implementation

Properties({
  this.appName,
  this.appVersion,
  this.deviceName,
  this.screenSize,
});