DateDataRangeModel constructor
Implementation
DateDataRangeModel(
{required this.startDateServerType,
required this.endDateServerType,
required this.startTimeStamp,
required this.endTimeStamp,
required this.displayStartDateStr,
required this.displayEndDateStr});