Can i update my object fields using function in class body which has return type of the same class in Dart?

后端 未结 0 656
一生所求
一生所求 2021-02-20 18:09
class RideRoute {
  double lat;
  double lng;
  int order;
  String address;
  String placeId;

  RideRoute({this.lat, this.lng, this.order, this.address, this.placeId})         


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