factory UArObjectCaptureResult.fromMap(Map<Object?, Object?> map) => UArObjectCaptureResult(modelPath: map["model"] as String?, imagesPath: map["images"] as String?);