HelpPeerColors constructor
const
HelpPeerColors({
- required int hash,
- required List<
HelpPeerColorOptionBase> colors,
Help Peer Colors constructor.
Implementation
const HelpPeerColors({required this.hash, required this.colors}) : super._();