PopResponse<T> constructor

PopResponse<T>({
  1. bool isOkStatus = false,
  2. T? result,
})

Creates a new response

Implementation

PopResponse({this.isOkStatus = false, this.result});