Add toJson method to your Player class: Map<String, dynamic> toJson(){ return { "name": this.name, "imagePath": this.
確定! 回上一頁