CopyWith$Query$getStatisticsFromProvider<TRes> constructor

CopyWith$Query$getStatisticsFromProvider<TRes>(
  1. Query$getStatisticsFromProvider instance,
  2. TRes then(
    1. Query$getStatisticsFromProvider
    )
)

Implementation

factory CopyWith$Query$getStatisticsFromProvider(
  Query$getStatisticsFromProvider instance,
  TRes Function(Query$getStatisticsFromProvider) then,
) = _CopyWithImpl$Query$getStatisticsFromProvider;