GetSystemUrisResponse constructor

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

Implementation

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