DesignFlowDeviceInfo constructor

const DesignFlowDeviceInfo(
  1. String osName,
  2. String osVersion,
  3. String? locale,
  4. String sdkBuildNumber,
  5. String sdkVersion,
)

Implementation

const DesignFlowDeviceInfo(
  this.osName,
  this.osVersion,
  this.locale,
  this.sdkBuildNumber,
  this.sdkVersion,
);