WatchFaceInfo.fromJson constructor

WatchFaceInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory WatchFaceInfo.fromJson(Map<String, dynamic> json) => _$WatchFaceInfoFromJson(json);