Access modifiers or access specifiers (i.e, private, public and protected) are not supported in dart language . Although to make any class or method private(i.e., access of that specific class or method to have scope limited to themselves only.)
Does Dart have access modifiers?
Access modifiers or access specifiers (i.e, private, public and protected) are not supported in dart language . Although to make any class or method private(i.e., access of that specific class or method to have scope limited to themselves only.)