#static-variable
Read more stories on Hashnode
Articles with this tag
Static variable or class variable & static method is based on the class. Static variable: void main() { var obj = A(); print(A.y); } class A ...