Represents an estimated date range.
Static methods
staticfromJson(json:EstimatedDateRangeData):EstimatedDateRange
Creates a new estimated date range from the specified JSON object.
Represents an estimated date range.
staticfromJson(json:EstimatedDateRangeData):EstimatedDateRange
Creates a new estimated date range from the specified JSON object.
finalobservables:{min:Observable<Null<Date>>, max:Observable<Null<Date>>, isInTransition:Observable<Bool>}