ChatTheme class
Describes a chat theme.
- Inheritance
- Available Extensions
Constructors
- ChatTheme({required String name, required ThemeSettings light_settings, required ThemeSettings dark_settings, int? extra, int? clientId})
- Describes a chat theme
Properties
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- dark_settings ↔ ThemeSettings
-
Theme settings for a dark chat theme.
read / write
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- light_settings ↔ ThemeSettings
-
Theme settings for a light chat theme.
read / write
- name ↔ String
-
Theme name.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
Constants
- CONSTRUCTOR → const String
-
@type
"chatTheme"