GetView<T> constructor

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

Implementation

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