DefaultNetworkResponse<T> constructor
DefaultNetworkResponse<T> ({})
Implementation
DefaultNetworkResponse({
required this.codeStatus,
required this.status,
required this.message,
this.transactionId,
this.urlPayment,
this.balance,
this.token,
this.exp,
this.data,
});