SystemDateAndTime constructor Null safety
Implementation
SystemDateAndTime(
{required this.dateTimeType,
required this.daylightSavings,
this.timeZone,
this.utc,
this.local});
SystemDateAndTime(
{required this.dateTimeType,
required this.daylightSavings,
this.timeZone,
this.utc,
this.local});