HomeAgencySubscriptionOwner constructor

HomeAgencySubscriptionOwner({
  1. int? id,
  2. String? displayName,
  3. String? thumbnail,
  4. String? firebaseId,
  5. String? uniqueId,
})

Implementation

HomeAgencySubscriptionOwner(
    {this.id,
    this.displayName,
    this.thumbnail,
    this.firebaseId,
    this.uniqueId});