HtpioResponse<T> class
Constructors
-
HtpioResponse({required T data, required int statusCode, Map<
String, String> ? headers}) -
HtpioResponse.fromJson(Map<
String, dynamic> json, T fromJson(Map<String, dynamic> )) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited