response property

Response? get response

Implementation

Response? get response => this is AsyncFormData<Request, Response>
    ? (this as AsyncFormData<Request, Response>).response
    : null;