SearchResultsEventContext constructor

SearchResultsEventContext({
  1. String? end,
  2. List<SDNEvent>? eventsAfter,
  3. List<SDNEvent>? eventsBefore,
  4. Map<String, UserProfile>? profileInfo,
  5. String? start,
})

Implementation

SearchResultsEventContext({
  this.end,
  this.eventsAfter,
  this.eventsBefore,
  this.profileInfo,
  this.start,
});