NUIWebInterceptorResponse class

Inheritance

Constructors

NUIWebInterceptorResponse({required String message, required bool success, Map<String, dynamic>? data, required bool interceptResponse, int? code})

Properties

code int?
getter/setter pairinherited
data Map<String, dynamic>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
interceptResponse bool
getter/setter pair
message String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status bool?
getter/setter pairinherited
success bool
getter/setter pairinherited

Methods

fromJson(Map<String, dynamic> json) NUIStandardHttpResponse
inherited
getDataAsObj<T extends NUIEnt>(NUIEntMapper<T> entity) → T?
inherited
mapper() → NUIEntMapper<NUIStandardHttpResponse>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toMap() Map<String, dynamic>
inherited
toMapQuery({Map<NUIEntType, EntCustomerMapper>? customMapper}) Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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