ServiceTable constructor

const ServiceTable({
  1. Key? key,
  2. required RoomClient client,
})

Implementation

const ServiceTable({super.key, required this.client});