AccountUpdateColor constructor

const AccountUpdateColor({
  1. required bool forProfile,
  2. PeerColorBase? color,
})

Account Update Color constructor.

Implementation

const AccountUpdateColor({required this.forProfile, this.color}) : super._();