GetRecommendationError constructor

GetRecommendationError({
  1. String? code,
  2. String? identifier,
  3. String? message,
})

Implementation

GetRecommendationError({
  this.code,
  this.identifier,
  this.message,
});