Skip to main content

One doc tagged with "Construtores Flutter"

View all tags

Dart Constructor methods

Constructor is a special method of Dart class which is automatically called when the object is created. The constructor is like a function with/without parameter but it doesn’t have a return type.