RocksPage constructor

const RocksPage({
  1. required int index,
})

A const constructor.

Implementation

const RocksPage({required this.index});