WatchFaceLayoutBean class

Constructors

WatchFaceLayoutBean({required String backgroundPictureMd5, required String compressionType, required int height, required Color textColor, required int thumHeight, required int thumWidth, required int timeBottomContent, required int timePosition, required int timeTopContent, required int width})
WatchFaceLayoutBean.fromJson(Map<String, dynamic> json)
factory

Properties

backgroundPictureMd5 String
getter/setter pair
compressionType String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color
getter/setter pair
thumHeight int
getter/setter pair
thumWidth int
getter/setter pair
timeBottomContent int
getter/setter pair
timePosition int
getter/setter pair
timeTopContent int
getter/setter pair
width int
getter/setter pair

Methods

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

Operators

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