toJson method
Implementation
Map<String, dynamic> toJson() => {
'gender': gender,
'location': location.toJson(),
'network_type': networkType,
'vpn_used': vpnUsed,
'device_ipv4': deviceIp4,
'device_ipv6': deviceIp6,
'device_type': deviceType,
'device_identifier': deviceIdentifier,
'device_id': deviceId,
'system_name': systemName,
'system_version': systemVersion,
'app_version': appVersion,
'sdk_version': sdkVersion,
'timestamp': timestamp,
'ff_used': ffUsed.toJson(),
'extra_data': extraData,
};