OtaPackageInfo constructor

OtaPackageInfo(
  1. DeviceProfileId deviceProfileId,
  2. OtaPackageType type,
  3. String title,
  4. String version,
)

Implementation

OtaPackageInfo(this.deviceProfileId, this.type, this.title, this.version);