+ flutter dart split method class how to split dart class in flutter? I did the following test, but it doesn't work: //main.dart class Test { static const a = 10; final b = 20; final c = a+1; } //part.dart part of 'main.dart'; class Test { final d = a +1... wono | tweet Add comment Do you want to delete? YesNo