HelpPeerColorSet constructor

const HelpPeerColorSet({
  1. required List<int> colors,
})

Help Peer Color Set constructor.

Implementation

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