WatchSettings.fromJson constructor

WatchSettings.fromJson(
  1. Map json_
)

Implementation

WatchSettings.fromJson(core.Map json_)
  : this(
      backgroundColor: json_['backgroundColor'] as core.String?,
      featuredPlaylistId: json_['featuredPlaylistId'] as core.String?,
      textColor: json_['textColor'] as core.String?,
    );