GetView<T> constructor
const
GetView<T> ({
- Key? key,
Creates a GetView associated with a specific key.
Implementation
const GetView({super.key});
Creates a GetView associated with a specific key.
const GetView({super.key});