CopyWith$Variables$Query$findOneByCoachId<TRes> constructor

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

Implementation

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