HelpPeerColorProfileSet class

Help Peer Color Profile Set.

ID: 767d61eb.

Inheritance

Constructors

HelpPeerColorProfileSet({required List<int> paletteColors, required List<int> bgColors, required List<int> storyColors})
Help Peer Color Profile Set constructor.
const
HelpPeerColorProfileSet.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

bgColors List<int>
Bg Colors.
final
hashCode int
The hash code for this object.
no setterinherited
paletteColors List<int>
Palette Colors.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storyColors List<int>
Story Colors.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited