toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      DeviceInfoProperty.systemName.columnName: systemName,
      DeviceInfoProperty.isPhysicalDevice.columnName: isPhysicalDevice,
      DeviceInfoProperty.model.columnName: model,
      DeviceInfoProperty.localizedModel.columnName: localizedModel,
      DeviceInfoProperty.name.columnName: name,
      DeviceInfoProperty.identifierForVendor.columnName: identifierForVendor,
      DeviceInfoProperty.userName.columnName: userName,
      DeviceInfoProperty.fcmOldToken.columnName: fcmOldToken,
      DeviceInfoProperty.fcmNewToken.columnName: fcmNewToken,
      DeviceInfoProperty.buildName.columnName: buildName,
      DeviceInfoProperty.buildNumber.columnName: buildNumber,
    };