AsyncFormLoading<Request, Response> constructor

const AsyncFormLoading<Request, Response>({
  1. Request? request,
  2. Response? response,
})

Implementation

const AsyncFormLoading({this.request, this.response});