Firstly, convert the JSON into a Dart Model like this. class UserDetails { int receiveBrutto; List<Data> data; UserDetails({this.receiveBrutto, this.data}); ...
確定! 回上一頁