toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'ip_address': ipAddress,
      'device_type': deviceType,
      'os_version': osVersion,
      'app_version_code': appVersionCode,
      'app_build_code': buildVersionCode,
      'uuid': uuid
    };