toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "list": List<WatchFaceStoreTagInfo>.from(list!.map((x) => x)),
      "error": error,
    };