watchFaceStoreTagInfoToJson function

String watchFaceStoreTagInfoToJson(
  1. WatchFaceStoreTagInfo data
)

Implementation

String watchFaceStoreTagInfoToJson(WatchFaceStoreTagInfo data) => json.encode(data.toJson());