RespQueryHelper constructor

const RespQueryHelper({
  1. required BuildContext context,
})

The constructor that will accept the current build context

Implementation

const RespQueryHelper({required this.context});