PopResponse<T> constructor
PopResponse<T> ({
- bool isOkStatus = false,
- T? result,
Creates a new response
Implementation
PopResponse({this.isOkStatus = false, this.result});