HelpPeerColors constructor

const HelpPeerColors({
  1. required int hash,
  2. required List<HelpPeerColorOptionBase> colors,
})

Help Peer Colors constructor.

Implementation

const HelpPeerColors({required this.hash, required this.colors}) : super._();