WallPaper class

Wall Paper.

ID: a437c3ed.

Inheritance

Constructors

WallPaper({required int id, required bool creator, required bool ddefault, required bool pattern, required bool dark, required int accessHash, required String slug, required DocumentBase document, WallPaperSettingsBase? settings})
Wall Paper constructor.
const
WallPaper.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

accessHash int
Access Hash.
final
creator bool
creator: bit 0 of flags.0?true
final
dark bool
dark: bit 4 of flags.4?true
final
ddefault bool
default: bit 1 of flags.1?true
final
document DocumentBase
Document.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Id.
final
pattern bool
pattern: bit 3 of flags.3?true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings WallPaperSettingsBase?
Settings.
final
slug String
Slug.
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