EventListPage constructor

const EventListPage({
  1. dynamic key,
  2. String? spaceId,
})

Implementation

const EventListPage({super.key, this.spaceId});