RemoveUserDataStatus constructor

RemoveUserDataStatus({
  1. String? recordCount,
  2. String? userIdentifierCount,
})

Implementation

RemoveUserDataStatus({this.recordCount, this.userIdentifierCount});