DeviceDataV2 class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- 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})
-
const
-
DeviceDataV2.fromJson(Map<
String, dynamic> json) -
factory
Properties
- addedBy → String?
-
final
- address1 → String?
-
final
- address2 → String?
-
final
-
final
- city → String?
-
final
- connectionType → String?
-
final
- datecreated → DateTime?
-
final
- datelastconnected → DateTime?
-
final
- datemodified → DateTime?
-
final
- deleted → bool?
-
final
- displayname → String?
-
final
- hasAcceptedPrivacyPolicy → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hasServiceAgreement → bool?
-
final
- id → int?
-
final
- isApproved → bool?
-
final
- lat → String?
-
final
- long → String?
-
final
- postalcode → String?
-
final
- productId → int?
-
final
- recordstatusId → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialnumber → String?
-
final
- serviceAgreementBeginDate → DateTime?
-
final
- serviceAgreementTerm → String?
-
final
- serviceAgreementTermDays → int?
-
final
- serviceAgreementTermMonths → int?
-
final
- state → String?
-
final
- usercreated → String?
-
final
- usermodified → String?
-
final
- version → int?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const DeviceDataV2 Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(DeviceDataV2 instance)