ParseResponse constructor

ParseResponse(
  1. {ParseError? error}
)

Implementation

ParseResponse({
  this.error,
});