supportWatchFaceInfoToJson function

String supportWatchFaceInfoToJson(
  1. SupportWatchFaceInfo data
)

Implementation

String supportWatchFaceInfoToJson(SupportWatchFaceInfo data) =>
    json.encode(data.toJson());