DeviceDataV2 constructor
const
DeviceDataV2({ - int? id,
- int? productId,
- int? authorizationId,
- String? serialnumber,
- String? displayname,
- DateTime? datelastconnected,
- String? address1,
- String? address2,
- String? city,
- String? state,
- String? postalcode,
- String? lat,
- String? long,
- int? recordstatusId,
- String? usercreated,
- DateTime? datecreated,
- String? usermodified,
- DateTime? datemodified,
- int? version,
- bool? hasAcceptedPrivacyPolicy,
- String? connectionType,
- String? addedBy,
- bool? hasServiceAgreement,
- DateTime? serviceAgreementBeginDate,
- String? serviceAgreementTerm,
- int? serviceAgreementTermMonths,
- int? serviceAgreementTermDays,
- bool? isApproved,
- bool? deleted,
})
Implementation
const DeviceDataV2({
this.id,
this.productId,
this.authorizationId,
this.serialnumber,
this.displayname,
this.datelastconnected,
this.address1,
this.address2,
this.city,
this.state,
this.postalcode,
this.lat,
this.long,
this.recordstatusId,
this.usercreated,
this.datecreated,
this.usermodified,
this.datemodified,
this.version,
this.hasAcceptedPrivacyPolicy,
this.connectionType,
this.addedBy,
this.hasServiceAgreement,
this.serviceAgreementBeginDate,
this.serviceAgreementTerm,
this.serviceAgreementTermMonths,
this.serviceAgreementTermDays,
this.isApproved,
this.deleted,
});