post row from data table to api in flutter

前端 未结 0 529
一生所求
一生所求 2021-01-11 19:00

how to post the row from the data table to the rest Api in flutter?

class User {
  String firstName;
  String lastName;

  User({this.firstName, this.lastName         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题