Which Constructor to use? and Why? What is super used for?

前端 未结 0 482
死守一世寂寞
死守一世寂寞 2021-02-12 14:58

Code Sample #1 (Is my interpretation correct for these codes)

class Weather extends Equatable {
  final String cityName;
  final double temperature;

  Weather({
         


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