DefaultValueFunction typedef
DefaultValueFunction =
dynamic Function()
Returns a value based the result of a computation.
Implementation
typedef DefaultValueFunction = Function();
Returns a value based the result of a computation.
typedef DefaultValueFunction = Function();