GetSystemUrisResponse constructor Null safety
- {required SystemLogUris systemLogUris,
- dynamic supportInfoUri,
- dynamic systemBackupUri}
Implementation
GetSystemUrisResponse(
{required this.systemLogUris, this.supportInfoUri, this.systemBackupUri});