GetSystemUrisResponse constructor

GetSystemUrisResponse({
  1. required SystemLogUriList? systemLogUris,
  2. String? supportInfoUri,
  3. String? systemBackupUri,
})

Implementation

GetSystemUrisResponse(
    {required this.systemLogUris, this.supportInfoUri, this.systemBackupUri});