DeleteFeatureValuesResponse_SelectEntity constructor

DeleteFeatureValuesResponse_SelectEntity({
  1. int offlineStorageDeletedEntityRowCount = 0,
  2. int onlineStorageDeletedEntityCount = 0,
})

Implementation

DeleteFeatureValuesResponse_SelectEntity({
  this.offlineStorageDeletedEntityRowCount = 0,
  this.onlineStorageDeletedEntityCount = 0,
}) : super(fullyQualifiedName);