ObjectConditions constructor
ObjectConditions({})
Implementation
ObjectConditions({
this.excludePrefixes,
this.includePrefixes,
this.lastModifiedBefore,
this.lastModifiedSince,
this.maxTimeElapsedSinceLastModification,
this.minTimeElapsedSinceLastModification,
});