Theme class

Theme.

ID: a00e67d6.

Inheritance

Constructors

Theme({required bool creator, required bool ddefault, required bool forChat, required int id, required int accessHash, required String slug, required String title, DocumentBase? document, List<ThemeSettingsBase>? settings, String? emoticon, int? installsCount})
Theme constructor.
const
Theme.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

accessHash int
Access Hash.
final
creator bool
creator: bit 0 of flags.0?true
final
ddefault bool
default: bit 1 of flags.1?true
final
document DocumentBase?
Document.
final
emoticon String?
Emoticon.
final
flags int
Flags.
no setter
forChat bool
for_chat: bit 5 of flags.5?true
final
hashCode int
The hash code for this object.
no setterinherited
id int
Id.
final
installsCount int?
Installs Count.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings List<ThemeSettingsBase>?
Settings.
final
slug String
Slug.
final
title String
Title.
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