DefaultNetworkResponse<T> class
Constructors
-
DefaultNetworkResponse({required int codeStatus, required String status, required String message, String? transactionId, String? urlPayment, String? balance, String? token, int? exp, T? data})
-
-
DefaultNetworkResponse.fromJson(Map<String, dynamic> json, T fromJson(dynamic)?)
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited