menu
flujs package
documentation
extension/xhr.dart
ResponseOrError
ResponseOrError.new constructor
ResponseOrError.new constructor
dark_mode
light_mode
ResponseOrError
constructor
ResponseOrError
(
{
int
?
requestID
,
int
?
statusCode
,
String
?
reasonPhrase
,
String
?
text
,
String
?
error
,
})
Implementation
ResponseOrError({ this.requestID, this.statusCode, this.reasonPhrase, this.text, this.error, });
flujs package
documentation
extension/xhr
ResponseOrError
ResponseOrError.new constructor
ResponseOrError class