ParquetViewer constructor

const ParquetViewer({
  1. Key? key,
  2. required RoomClient client,
  3. required String path,
})

Implementation

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