PlannableUserInterest constructor

PlannableUserInterest({
  1. UserInterest? userInterest,
  2. String? userInterestDisplayName,
  3. String? userInterestPath,
  4. String? userInterestType,
})

Implementation

PlannableUserInterest({
  this.userInterest,
  this.userInterestDisplayName,
  this.userInterestPath,
  this.userInterestType,
});