UpdatableDataView<T> constructor

const UpdatableDataView<T>({
  1. Key? key,
})

Implementation

const UpdatableDataView({Key? key}) : super(key: key);