XCloudAPIException constructor

XCloudAPIException({
  1. required int code,
  2. required int commandId,
  3. String? message,
})

Implementation

XCloudAPIException(
    {required this.code, required this.commandId, this.message});