ReferrerData constructor

ReferrerData({
  1. bool? success,
  2. String? referrerId,
  3. String? error,
  4. String? packageName,
})

Implementation

ReferrerData({
  this.success,
  this.referrerId,
  this.error,
  this.packageName,
});