defaultFunc property

(Object? Function()?) defaultFunc
final

A function which returns the default value for the argument.

Can't specify both defaultCode and defaultFunc.

Implementation

final Object? Function()? defaultFunc;