SetWallpaperDetails class

Constructors

SetWallpaperDetails({ByteBuffer? data, String? url, required WallpaperLayout layout, required String filename, bool? thumbnail})
SetWallpaperDetails.fromJS(SetWallpaperDetails _wrapped)

Properties

data ByteBuffer?
The jpeg or png encoded wallpaper image as an ArrayBuffer.
getter/setter pair
filename String
The file name of the saved wallpaper.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
layout WallpaperLayout
The supported wallpaper layouts.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail bool?
True if a 128x60 thumbnail should be generated. Layout and ratio are not supported yet.
getter/setter pair
toJS → SetWallpaperDetails
no setter
url String?
The URL of the wallpaper to be set (can be relative).
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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