AppApplication constructor

AppApplication({
  1. String? id,
  2. String? loginId,
  3. String? appAccessToken,
  4. int? points,
  5. String? appName,
  6. String? appApplicationId,
  7. String? platform,
  8. bool? paymentConfigured,
  9. int? v,
})

Implementation

AppApplication({
  this.id,
  this.loginId,
  this.appAccessToken,
  this.points,
  this.appName,
  this.appApplicationId,
  this.platform,
  this.paymentConfigured,
  this.v,
});