DeviceRegistrationState constructor
const
DeviceRegistrationState({ - List<Map<String, String>> organizationList = const [],
- List<String> productTypeList = const ["main", "mini"],
- String? selectedOrganizationId,
- String? selectedOrganizationName,
- String? selectedProductType,
- String deviceName = '',
- String kitId = '',
- String tabletSerialNumber = '',
- String tocoId = '',
- bool isSubmitting = false,
- String? errorMessage,
- bool isSuccess = false,
})
Implementation
const DeviceRegistrationState({
this.organizationList = const [],
this.productTypeList = const ["main", "mini"],
this.selectedOrganizationId,
this.selectedOrganizationName,
this.selectedProductType,
this.deviceName = '',
this.kitId = '',
this.tabletSerialNumber = '',
this.tocoId = '',
this.isSubmitting = false,
this.errorMessage,
this.isSuccess = false,
});