Tip constructor
Tip({})
Implementation
Tip({
this.id = '',
this.senderId = '',
this.senderName = '',
this.senderAvatarUrl = '',
this.recipientId = '',
this.recipientName = '',
this.tier = TipTier.cafe,
this.amount = 0,
this.message,
this.contextType,
this.contextId,
this.createdTime = 0,
});