PrivateData constructor

PrivateData({
  1. String? referenceId,
})

Implementation

PrivateData({
  this.referenceId,
});