DialoguewiseResponse class

Creates a DialogueWiseResponse response object that would contain the response from Dialoguewise.

Constructors

DialoguewiseResponse({required int statusCode, required String reasonPhrase, Map<String, dynamic> response = const {}})

Properties

hashCode int
The hash code for this object.
no setterinherited
reasonPhrase String
Indicates the reason phrase of the HTTP status
getter/setter pair
response Map<String, dynamic>
Contains the response from Dialoguewise
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
Indicates the HTTP status code
getter/setter pair

Methods

copyWith({int? statusCode, String? reasonPhrase, Map<String, dynamic>? response}) DialoguewiseResponse
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited