CustomerInterest constructor

CustomerInterest({
  1. List<int> interests = const [],
})

Returns a new CustomerInterest instance.

Implementation

CustomerInterest({
  this.interests = const [],
});