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