GetScope constructor
const
GetScope({})
Enables Ref.watch calls to point to new values,
as specified by the substitutes.
Implementation
const GetScope({
super.key,
this.substitutes = const {},
this.inherit = true,
required this.child,
});