createScopeElement method
Creates the element of this scope.
The one method a family has to provide here.
Implementation
@override
// ignore: library_private_types_in_public_api
_AsyncDataScopeElement<W, T> createScopeElement() =>
_AsyncDataScopeElement<W, T>(this as W);