fromJson(json.decode(str)); String userToJson(User data) => json.encode(data.toJson()); class User { User({ this.url, this.id, this.image, ...
確定! 回上一頁