static keyword or creating instance of it in dart ??
Accessing with Static is basically a global variable
static is a type of property/method you define inside a class which can be accessed globally by typing class name with a ' . ' Meanwhile, creating an instance of a class basically means you are creating an object in the memory which can have different values assigned to its properties with regards to other instances of the class.
Обсуждают сегодня