ProfileFilterLink constructor

ProfileFilterLink({
  1. FilterRef? filterRef,
  2. String? id,
  3. String? kind,
  4. ProfileRef? profileRef,
  5. int? rank,
  6. String? selfLink,
})

Implementation

ProfileFilterLink({
  this.filterRef,
  this.id,
  this.kind,
  this.profileRef,
  this.rank,
  this.selfLink,
});