AccountUpdateColor constructor

const AccountUpdateColor({
  1. required bool forProfile,
  2. int? color,
  3. int? backgroundEmojiId,
})

Account Update Color constructor.

Implementation

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