PeerColorCollectible constructor
const
PeerColorCollectible({})
Peer Color Collectible constructor.
Implementation
const PeerColorCollectible({
required this.collectibleId,
required this.giftEmojiId,
required this.backgroundEmojiId,
required this.accentColor,
required this.colors,
this.darkAccentColor,
this.darkColors,
}) : super._();