GetSystemUrisResponse constructor
GetSystemUrisResponse({
- required SystemLogUriList? systemLogUris,
- String? supportInfoUri,
- String? systemBackupUri,
Implementation
GetSystemUrisResponse({
required this.systemLogUris,
this.supportInfoUri,
this.systemBackupUri,
});