sendDeviceDetails method

ZFSurvey sendDeviceDetails(
  1. bool deviceDetails
)

Implementation

ZFSurvey sendDeviceDetails(bool deviceDetails) {
  _deviceDetailsValue = deviceDetails;
  return this;
}