toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (androidDeviceList != null) 'androidDeviceList': androidDeviceList!,
if (androidMatrix != null) 'androidMatrix': androidMatrix!,
if (iosDeviceList != null) 'iosDeviceList': iosDeviceList!,
};