To do this, import the class in your main dart file: import 'dart:convert'; ... fromJson(Map<String, dynamic> json) : name = json['name'], ...
確定! 回上一頁