ContainerTable constructor

const ContainerTable({
  1. Key? key,
  2. required RoomClient client,
  3. required void onRun(
    1. ExecSession run
    ),
})

Implementation

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