PlannableUserInterest constructor
PlannableUserInterest({
- UserInterest? userInterest,
- String? userInterestDisplayName,
- String? userInterestPath,
- String? userInterestType,
Implementation
PlannableUserInterest({
this.userInterest,
this.userInterestDisplayName,
this.userInterestPath,
this.userInterestType,
});