Flutter dart underscore before variable names as private field
Unlike Java, Dart doesn’t have the keywords public, protected, and private. If an identifier starts with an underscore (_), it’s private to its library. For details, see Libraries and visibility.
Search within Codexpedia

Custom Search
Search the entire web

Custom Search
Related Posts