CustomFieldContextDefaultValueDateTime constructor
CustomFieldContextDefaultValueDateTime({})
Implementation
CustomFieldContextDefaultValueDateTime(
{this.dateTime, required this.type, bool? useCurrent})
: useCurrent = useCurrent ?? false;