TimeStore constructor Null safety
Implementation
TimeStore(
{required this.timeStamp,
this.reset = false,
this.instanceName = 'instance'});
TimeStore(
{required this.timeStamp,
this.reset = false,
this.instanceName = 'instance'});