In Dart: I want to print a Setter (an int) with a string preceding it, for example: Car age: 7 years

后端 未结 0 845
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-15 07:32

I have the following code:

class Vehicle {
    String make;
    String model;
    int manufactureYear;
    int vehicleAge;
    String color;
    
Vehicle({
    th         


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