RamAccountInfo constructor
RamAccountInfo({
- required String accountId,
- String? accountName,
- String? appKey,
- int? accountStatus,
- RamAccountPolicy? policy,
Implementation
RamAccountInfo({
required this.accountId,
this.accountName,
this.appKey,
this.accountStatus,
this.policy,
});