Question - What is an optional parameter in Dart?
Answer -
Optional parameters are those that are not required to be specified when invoking a function. After the essential parameters, optional parameters must be stated. Optional parameters can also have a default value that is utilized if the function call does not provide one.