menu
wearthat package
documentation
tiles.dart
RootTile
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
Object
>
toJson
(
)
Implementation
Map<String, Object> toJson() => { "tile": tile.serialize(), "freshness": freshness.toJson(), };
wearthat package
documentation
tiles
RootTile
toJson method
RootTile class