Return a class with a function in Dart

前端 未结 0 1990
北荒
北荒 2020-12-23 18:57

is there a way to return a class with a function? so that i can use it later on in my code? here is an example:

class Data_1{
static int price = 1;
}

class D         


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