DeviceAdditionV2Body class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- DeviceAdditionV2Body({ConnectionTypeV2? connectionType, String? serialNumber, String? controllerPin, String? displayName, DeviceAddressV2? generatorAddress, String? homeownerFirstName, String? homeownerLastName, String? homeownerEmail, HomeownerConsentActionV2? homeownerConsentAction, String? homeownerSignature, bool? hasServiceAgreement, DateTime? serviceAgreementBeginDate, ServiceAgreementTermV2? serviceAgreementTerm, int? serviceAgreementTermMonths, int? serviceAgreementTermDays})
-
const
-
DeviceAdditionV2Body.fromJson(Map<
String, dynamic> json) -
factory
Properties
- connectionType → ConnectionTypeV2?
-
final
- controllerPin → String?
-
final
- displayName → String?
-
final
- generatorAddress → DeviceAddressV2?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hasServiceAgreement → bool?
-
final
- homeownerConsentAction → HomeownerConsentActionV2?
-
final
- homeownerEmail → String?
-
final
- homeownerFirstName → String?
-
final
- homeownerLastName → String?
-
final
- homeownerSignature → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialNumber → String?
-
final
- serviceAgreementBeginDate → DateTime?
-
final
- serviceAgreementTerm → ServiceAgreementTermV2?
-
final
- serviceAgreementTermDays → int?
-
final
- serviceAgreementTermMonths → 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 DeviceAdditionV2Body Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(DeviceAdditionV2Body instance)