ResolveAccountResponse constructor
ResolveAccountResponse({
- String? status,
- String? message,
- ResolveAccountResponseData? data,
Implementation
ResolveAccountResponse({this.status, this.message, this.data});