ActiveRecommendationsWithDetails class
Constructors
-
ActiveRecommendationsWithDetails({String? id, String? userId, String? categoryId, String? checkinMessageId, String? parentRecommendationId, String? title, String? recommendationText, String? action, String? why, String? recommendationType, int? importance, num? relevance, List<String>? recommendedCategories, String? context, bool? isActive, DateTime? viewedAt, DateTime? dismissedAt, DateTime? createdAt, Map<String, dynamic>? metadata, String? categoryName, String? categoryIcon, String? categoryColor, DateTime? checkinDate, DateTime? expiresAt, bool? isExpired})
-
const
-
ActiveRecommendationsWithDetails.fromJson(Map<String, dynamic> jsonn)
-
factory
Methods
-
copyWith({Object? id = _unset, Object? userId = _unset, Object? categoryId = _unset, Object? checkinMessageId = _unset, Object? parentRecommendationId = _unset, Object? title = _unset, Object? recommendationText = _unset, Object? action = _unset, Object? why = _unset, Object? recommendationType = _unset, Object? importance = _unset, Object? relevance = _unset, Object? recommendedCategories = _unset, Object? context = _unset, Object? isActive = _unset, Object? viewedAt = _unset, Object? dismissedAt = _unset, Object? createdAt = _unset, Object? metadata = _unset, Object? categoryName = _unset, Object? categoryIcon = _unset, Object? categoryColor = _unset, Object? checkinDate = _unset, Object? expiresAt = _unset, Object? isExpired = _unset})
→ ActiveRecommendationsWithDetails
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
converter(List<Map<String, dynamic>> data)
→ List<ActiveRecommendationsWithDetails>
-
-
converterSingle(Map<String, dynamic> data)
→ ActiveRecommendationsWithDetails
-
-
insert({String? id, String? userId, String? categoryId, String? checkinMessageId, String? parentRecommendationId, String? title, String? recommendationText, String? action, String? why, String? recommendationType, int? importance, num? relevance, List<String>? recommendedCategories, String? context, bool? isActive, DateTime? viewedAt, DateTime? dismissedAt, DateTime? createdAt, Map<String, dynamic>? metadata, String? categoryName, String? categoryIcon, String? categoryColor, DateTime? checkinDate, DateTime? expiresAt, bool? isExpired})
→ Map<String, dynamic>
-
-
New({String? id, String? userId, String? categoryId, String? checkinMessageId, String? parentRecommendationId, String? title, String? recommendationText, String? action, String? why, String? recommendationType, int? importance, num? relevance, List<String>? recommendedCategories, String? context, bool? isActive, DateTime? viewedAt, DateTime? dismissedAt, DateTime? createdAt, Map<String, dynamic>? metadata, String? categoryName, String? categoryIcon, String? categoryColor, DateTime? checkinDate, DateTime? expiresAt, bool? isExpired})
→ Object
-
-
update({String? id, String? userId, String? categoryId, String? checkinMessageId, String? parentRecommendationId, String? title, String? recommendationText, String? action, String? why, String? recommendationType, int? importance, num? relevance, List<String>? recommendedCategories, String? context, bool? isActive, DateTime? viewedAt, DateTime? dismissedAt, DateTime? createdAt, Map<String, dynamic>? metadata, String? categoryName, String? categoryIcon, String? categoryColor, DateTime? checkinDate, DateTime? expiresAt, bool? isExpired})
→ Map<String, dynamic>
-