Dart: Redirecting Constructor
Sometimes a constructor's only purpose is to redirect to another constructor in the same class.
In simple words, inside in class when a constructor calls another constructor within the same class, we refer to this process as a Redirecting Constructor...
jinali.hashnode.dev1 min read